This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: LS Evaluate problem: counter = Evaluate("@Count(@Explode("Subject";">"))",doc)
Feedback Type: Problem
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Customization
Platform: Windows XP client
Release: 8.5
Reproducible: Always
Hello,
please what is wrong in this LS when I evaluate causes error? I need to get number of list's items:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim view As notesview
Set db = session.CurrentDatabase
Dim doc As NotesDocument
Dim counter As Integer
Set view = db.GetView("email")
Set doc = view.GetFirstDocument